swap

open override fun swap(): Either<Nothing, L>

Swaps Left to Right and Right to Left.

Return

Left if this is Right or Right if this is Left.